Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / Implicit Type Conversion Operator / Implicit Type Conversion(String,RdlEnum<T>) Operator
The RdlEnum<T> value to convert.

In This Topic
    Implicit Type Conversion(String,RdlEnum<T>) Operator
    In This Topic
    Converts an RdlEnum<T> value to a string.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As RdlEnum(Of T) _
    ) As String
    public string operator implicit( 
       RdlEnum<T> value
    )

    Parameters

    value
    The RdlEnum<T> value to convert.

    Return Value

    The string representing the current object.
    See Also